home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / The Dude / dude-install-3.5.exe / data / files / mibs / WHISP-APS-MIB.txt < prev    next >
Encoding:
Text File  |  2009-12-11  |  53.5 KB  |  1,518 lines

  1. --
  2. --         whisp-aps-mib.mib
  3. --
  4. --      ********************************************************************
  5. --        Copyright 2005 (c) , Motorola, Inc.
  6. --      Motorola Confidential Proprietary
  7. --      ********************************************************************
  8. --
  9. --      Canopy Access Point and Backhaul Timing Master specific MIB definitions.
  10. --      
  11. --      ********************************************************************
  12. --        $Id: $
  13. --
  14. --      Revision History:
  15. --
  16. --      <Date>                  <Author>                <Changes>
  17. --      01/31/2002              Y.G             Initial release.
  18. --        08/22/2002                 Y.G                   Updated whispApsConfig, linkTestResult
  19. --      03/05/2004                 Y.G                   New entries in link table
  20. --        07/14/2005                 M.D                  Frequency lists and copyright update
  21. --      ********************************************************************
  22.  
  23. WHISP-APS-MIB   DEFINITIONS ::= BEGIN
  24. IMPORTS
  25.         MODULE-IDENTITY, OBJECT-TYPE,
  26.         Counter32, Gauge32, IpAddress, NOTIFICATION-TYPE
  27.                 FROM SNMPv2-SMI
  28.         DisplayString,PhysAddress
  29.                 FROM SNMPv2-TC
  30.         OBJECT-GROUP
  31.                 FROM SNMPv2-CONF
  32.         WhispLUID, WhispMACAddress
  33.                 FROM WHISP-TC-MIB
  34.         whispModules, whispBox, whispAps
  35.                FROM WHISP-GLOBAL-REG-MIB;
  36.  
  37. whispApsMibModule  MODULE-IDENTITY
  38.     LAST-UPDATED    "200304150000Z"
  39.     ORGANIZATION    "Motorola"
  40.     CONTACT-INFO
  41.         "Canopy Technical Support
  42.         email: technical-support@canopywireless.com"
  43.     DESCRIPTION
  44.         "This module contains MIB definitions for APs."
  45.     ::= {whispModules 12} 
  46.  
  47. -- -------------------------------------------------------------------------
  48. -- Top Level Registrations
  49.  
  50. whispApsConfig        OBJECT IDENTIFIER ::= {whispAps 1}
  51. whispApsLink        OBJECT IDENTIFIER ::= {whispAps 2}
  52. whispApsGPS        OBJECT IDENTIFIER ::= {whispAps 3}
  53. whispApsEvent        OBJECT IDENTIFIER ::= {whispAps 5}
  54. whispApsGroups        OBJECT IDENTIFIER ::= {whispAps 6}
  55. whispApsStatus        OBJECT IDENTIFIER ::= {whispAps 7}
  56. whispApsLinkTestConfig  OBJECT IDENTIFIER ::= {whispApsLink 1}
  57. whispApsLinkTestResult  OBJECT IDENTIFIER ::= {whispApsLink 2}
  58. whispApsRegEvent    OBJECT IDENTIFIER ::= {whispApsEvent 1}
  59. whispGPSEvent        OBJECT IDENTIFIER ::= {whispApsEvent 2}
  60. whispApsDfsEvent    OBJECT IDENTIFIER ::= {whispApsEvent 3}
  61.  
  62. -- -------------------------------------------------------------------------
  63.  
  64. -- Link test configuration    
  65.     
  66.     linkTestLUID         OBJECT-TYPE
  67.         SYNTAX          INTEGER 
  68.                 MAX-ACCESS      read-write
  69.                 STATUS          current
  70.                 DESCRIPTION
  71.                         "LUID selection for Link Test."
  72.         ::= {whispApsLinkTestConfig 1}
  73.         
  74.     linkTestDuration     OBJECT-TYPE
  75.         SYNTAX          INTEGER 
  76.                 MAX-ACCESS      read-write
  77.                 STATUS          current
  78.                 DESCRIPTION
  79.                         "Duration for Link Test."
  80.         ::= {whispApsLinkTestConfig 2}
  81.         
  82.         
  83. -- Link test action       
  84.         linkTestAction         OBJECT-TYPE
  85.         SYNTAX          INTEGER {stopped(0),
  86.                     start(1)}
  87.                 MAX-ACCESS      read-write
  88.                 STATUS          current
  89.                 DESCRIPTION
  90.                         "Setting value 1 will initiate link test."
  91.         ::= {whispApsLinkTestConfig 3}
  92.         
  93.         linkTestPktLength    OBJECT-TYPE
  94.         SYNTAX          INTEGER 
  95.                 MAX-ACCESS      read-write
  96.                 STATUS          current
  97.                 DESCRIPTION
  98.                         "Packet length for Link Test."
  99.         ::= {whispApsLinkTestConfig 4}
  100.    
  101. -- Link test results     
  102.         
  103.           testLUID OBJECT-TYPE
  104.             SYNTAX          INTEGER 
  105.                 MAX-ACCESS      read-only
  106.                 STATUS          current
  107.                 DESCRIPTION
  108.                         "LUID number of selected unit."
  109.                 
  110.         ::= {whispApsLinkTestResult 1}
  111.         linkTestStatus OBJECT-TYPE
  112.         SYNTAX          DisplayString
  113.                 MAX-ACCESS      read-only
  114.                 STATUS          current
  115.                 DESCRIPTION
  116.                         "Status for Link Test."
  117.         ::= {whispApsLinkTestResult 2}
  118.         
  119.         
  120.     linkTestError OBJECT-TYPE
  121.         SYNTAX          DisplayString
  122.                 MAX-ACCESS      read-only
  123.                 STATUS          current
  124.                 DESCRIPTION
  125.                         "Error status of Link Test:
  126.                         (1) Failed to recieve handshake from remote device
  127.                         (2) No session is currently active. Please try again after session established.
  128.                         (3) Received a bad transaction ID.  Please try again.
  129.                         (4) We werent able to send the test request to the remote device.
  130.                         (5) We didnt receive any results from the remote device."
  131.         ::= {whispApsLinkTestResult 3}
  132.         
  133.        testDuration OBJECT-TYPE
  134.             SYNTAX          INTEGER 
  135.                 MAX-ACCESS      read-only
  136.                 STATUS          current
  137.                 DESCRIPTION
  138.                         "Duration of link test."
  139.                 
  140.         ::= {whispApsLinkTestResult 4}
  141.         
  142.         downLinkRate OBJECT-TYPE
  143.             SYNTAX          INTEGER 
  144.             UNITS        "bps"
  145.                 MAX-ACCESS      read-only
  146.                 STATUS          current
  147.                 DESCRIPTION
  148.                         "Down Link Rate."
  149.                 
  150.         ::= {whispApsLinkTestResult 5}
  151.         
  152.         upLinkRate OBJECT-TYPE
  153.             SYNTAX          INTEGER 
  154.             UNITS        "bps"
  155.                 MAX-ACCESS      read-only
  156.                 STATUS          current
  157.                 DESCRIPTION
  158.                         "Up Link Rate."
  159.                 
  160.         ::= {whispApsLinkTestResult 6}
  161.         
  162.         downLinkEff OBJECT-TYPE
  163.             SYNTAX          INTEGER 
  164.             UNITS        "%"
  165.                 MAX-ACCESS      read-only
  166.                 STATUS          current
  167.                 DESCRIPTION
  168.                         "Down Link Efficiency."
  169.                 
  170.         ::= {whispApsLinkTestResult 7}
  171.         
  172.         maxDwnLinkIndex OBJECT-TYPE
  173.             SYNTAX          INTEGER 
  174.                 MAX-ACCESS      read-only
  175.                 STATUS          current
  176.                 DESCRIPTION
  177.                         "Maximum down link index."
  178.                 
  179.         ::= {whispApsLinkTestResult 8}
  180.         
  181.         actDwnLinkIndex OBJECT-TYPE
  182.             SYNTAX          INTEGER 
  183.                 MAX-ACCESS      read-only
  184.                 STATUS          current
  185.                 DESCRIPTION
  186.                         "Actual down link index."
  187.                 
  188.         ::= {whispApsLinkTestResult 9}
  189.         
  190.         expDwnFragCount OBJECT-TYPE
  191.             SYNTAX          Gauge32 
  192.                 MAX-ACCESS      read-only
  193.                 STATUS          current
  194.                 DESCRIPTION
  195.                         "Expected Fragment Count."
  196.                 
  197.         ::= {whispApsLinkTestResult 10}
  198.         
  199.         actDwnFragCount OBJECT-TYPE
  200.             SYNTAX          Gauge32 
  201.                 MAX-ACCESS      read-only
  202.                 STATUS          current
  203.                 DESCRIPTION
  204.                         "Actual Fragment Count."
  205.                 
  206.         ::= {whispApsLinkTestResult 11}
  207.         
  208.         upLinkEff OBJECT-TYPE
  209.             SYNTAX          INTEGER
  210.             UNITS        "%" 
  211.                 MAX-ACCESS      read-only
  212.                 STATUS          current
  213.                 DESCRIPTION
  214.                         "Up link efficiency."
  215.                 
  216.         ::= {whispApsLinkTestResult 12}
  217.         
  218.         expUpFragCount OBJECT-TYPE
  219.             SYNTAX          Gauge32 
  220.                 MAX-ACCESS      read-only
  221.                 STATUS          current
  222.                 DESCRIPTION
  223.                         "Uplink expected Fragment Count."
  224.                 
  225.         ::= {whispApsLinkTestResult 13}
  226.         
  227.         actUpFragCount         OBJECT-TYPE
  228.             SYNTAX          Gauge32 
  229.                 MAX-ACCESS      read-only
  230.                 STATUS          current
  231.                 DESCRIPTION
  232.                         "Actual uplink Fragment Count."
  233.                 
  234.         ::= {whispApsLinkTestResult 14}
  235.         
  236.        whispLinkTestGroup    OBJECT-GROUP
  237.                 OBJECTS {
  238.                         linkTestLUID,
  239.                         linkTestDuration,
  240.                         linkTestAction,
  241.                           testLUID,
  242.                         linkTestPktLength,
  243.                         linkTestStatus,
  244.                         linkTestError,
  245.                         testDuration,
  246.                         downLinkRate,
  247.                         upLinkRate,
  248.                         downLinkEff,
  249.                         maxDwnLinkIndex,
  250.                         actDwnLinkIndex,
  251.                         expDwnFragCount,
  252.                         actDwnFragCount,
  253.                         upLinkEff,
  254.                         expUpFragCount,
  255.                         actUpFragCount
  256.                         }
  257.                 STATUS          current
  258.                 DESCRIPTION
  259.                         "WHiSP APs link test group."
  260.         ::= {whispApsGroups 1}
  261.        
  262.          
  263. -- APS config page
  264.  
  265.        gpsInput        OBJECT-TYPE
  266.             SYNTAX          INTEGER {
  267.                     generateSyncSignal(0),
  268.                     syncToReceivedSignalTimingPort(1),
  269.                     syncToReceivedSignalPowerPort(2)
  270.                     }
  271.                 MAX-ACCESS      read-write
  272.                 STATUS          current
  273.                 DESCRIPTION
  274.                         "(0) -- Generate AP sync signal.
  275.                          (1) -- Sync AP to received signal (Power Port) (Y adaptor is required).
  276.                          (2) -- Sync AP to received signal (Timing Port)."
  277.                 
  278.         ::= {whispApsConfig 1}
  279.        
  280.        rfFreqCarrier        OBJECT-TYPE
  281.             SYNTAX          INTEGER {wired(0)}
  282.             MAX-ACCESS      read-write
  283.                 STATUS          current
  284.                 DESCRIPTION
  285.                         "RF Frequency.
  286.                          The frequencies are:
  287.                          2.4 radios:24150,24175,24200,24225,24250,24275,24300,24325,24350,24375,
  288.                                  24400,24425,24450,24475,24500,24525,24550,24575. 
  289.                          4.9 radios:4920,4940,4960,4980,5040,5060,5080.
  290.                          5.1 radios:5175,5180,5185,5190,5195,5200,5205,5210,5215,5220,5225,5230,5240,
  291.                                  5245,5250,5255,5260,5265,5270,5275,5280,5285,5290,5295,5300,5305,
  292.                                  5310,5315,5320,5325.
  293.                          5.2 radios:5275,5280,5285,5290,5295,5300,5305,5310,5315,5320,5325.
  294.                          5.4 radios:5495,5500,5505,5510,5515,5520,5525,5530,5535,5540,5545,5550,5555,5560,
  295.                                  5565,5570,5575,5580,5585,5590,5595,5600,5605,5610,5615,5620,5625,5630,
  296.                                  5635,5640,5645,5650,5655,5660,5665,5670,5675,5680,5685,5690,5695,5700,5705
  297.                          5.7 radios:5745,5750,5755,5760,5765,5770,5775,5780,5785,5790,5795,5800,5805.
  298.                          5.7 radios with ISM enabled :5735,5740,5745,5750,5755,5760,5765,5770,5775,
  299.                              5780,5785,5790,5795,5800,5805,5810,5815,5820,5825,5830,5835,5840.
  300.                          5.8 radios:5860,5865,5870,5875,5880,5885,5890,5895,5900,5905,5910.
  301.                          900 radios:9060,9070,9080,9090,9100,9110,9120,9130,9140,9150,9160,9170,9180,9190,9200,9220,9230,9240.
  302.                          0:  wired."
  303.                 
  304.         ::= {whispApsConfig 2}
  305.         
  306.         apLinkSpeed        OBJECT-TYPE
  307.         SYNTAX          DisplayString
  308.                 MAX-ACCESS      read-write
  309.                 STATUS          obsolete
  310.                 DESCRIPTION
  311.                         "The variable is deprecated."
  312.        
  313.        ::= {whispApsConfig 3}
  314.        
  315.        dwnLnkData        OBJECT-TYPE
  316.             SYNTAX          INTEGER (0..99)
  317.             UNITS        "%"
  318.                 MAX-ACCESS      read-write
  319.                 STATUS          current
  320.                 DESCRIPTION 
  321.                         "This is the percentage of frame data space
  322.              allocated for downlink"
  323.                 
  324.         ::= {whispApsConfig 4}
  325.    
  326.         highPriorityUpLnkPct    OBJECT-TYPE
  327.             SYNTAX          INTEGER (0..99)
  328.             UNITS        "%"
  329.                 MAX-ACCESS      read-write
  330.                 STATUS          current
  331.                 DESCRIPTION
  332.                         "Percentage of uplink slots for high priority data."
  333.                 
  334.         ::= {whispApsConfig 5}
  335.         
  336.         numUAckSlots        OBJECT-TYPE
  337.             SYNTAX          INTEGER
  338.             MAX-ACCESS      read-write
  339.                 STATUS          current
  340.                 DESCRIPTION
  341.                         "Total number of upstream ack slots."
  342.                 
  343.         ::= {whispApsConfig 6}
  344.         
  345.         uAcksReservHigh        OBJECT-TYPE
  346.             SYNTAX          INTEGER 
  347.                 MAX-ACCESS      read-write
  348.                 STATUS          current
  349.                 DESCRIPTION
  350.                         "Total number of upstream high priority ack slots"
  351.                 
  352.         ::= {whispApsConfig 7}
  353.         
  354.         numDAckSlots        OBJECT-TYPE
  355.             SYNTAX          INTEGER
  356.                 MAX-ACCESS      read-write
  357.                 STATUS          current
  358.                 DESCRIPTION
  359.                         "Total number of downstream ack slots."
  360.                 
  361.         ::= {whispApsConfig 8}
  362.         
  363.         dAcksReservHigh        OBJECT-TYPE
  364.             SYNTAX          INTEGER 
  365.                 MAX-ACCESS      read-write
  366.                 STATUS          current
  367.                 DESCRIPTION
  368.                         "Total number of high priority downstream ack slots."
  369.                 
  370.         ::= {whispApsConfig 9}
  371.         
  372.         numCtlSlots        OBJECT-TYPE
  373.             SYNTAX          INTEGER
  374.                 MAX-ACCESS      read-write
  375.                 STATUS          current
  376.                 DESCRIPTION
  377.                         "Total number of upstream control (contention) slots."
  378.                 
  379.         ::= {whispApsConfig 10}
  380.         
  381.         numCtlSlotsReserveHigh    OBJECT-TYPE
  382.             SYNTAX          INTEGER
  383.                 MAX-ACCESS      read-write
  384.                 STATUS          current
  385.                 DESCRIPTION
  386.                         "Total number of High priority upstream control (contention) slots."
  387.                 
  388.         ::= {whispApsConfig 11}
  389.         
  390.         upLnkDataRate        OBJECT-TYPE
  391.             SYNTAX          INTEGER
  392.             UNITS        "Kilobits/sec"
  393.                 MAX-ACCESS      read-write
  394.                 STATUS          current
  395.                 DESCRIPTION
  396.                         "Sustained uplink bandwidth cap."
  397.                 
  398.         ::= {whispApsConfig 12}
  399.         upLnkLimit        OBJECT-TYPE
  400.             SYNTAX          INTEGER
  401.             UNITS        "Kilobits/sec"
  402.                 MAX-ACCESS      read-write
  403.                 STATUS          current
  404.                 DESCRIPTION
  405.                         "Burst uplink bandwidth cap."
  406.                 
  407.         ::= {whispApsConfig 13}
  408.         
  409.         dwnLnkDataRate        OBJECT-TYPE
  410.             SYNTAX          INTEGER
  411.             UNITS        "Kilobits/sec"
  412.                 MAX-ACCESS      read-write
  413.                 STATUS          current
  414.                 DESCRIPTION
  415.                         "Sustained downlink bandwidth cap."
  416.                 
  417.         ::= {whispApsConfig 14}
  418.         
  419.         dwnLnkLimit        OBJECT-TYPE
  420.             SYNTAX          INTEGER
  421.             UNITS        "Kilobits/sec"
  422.                 MAX-ACCESS      read-write
  423.                 STATUS          current
  424.                 DESCRIPTION
  425.                         "Burst downlink bandwidth cap."
  426.                 
  427.         ::= {whispApsConfig 15}
  428.         
  429.         sectorID        OBJECT-TYPE
  430.             SYNTAX          INTEGER(0..15)
  431.             MAX-ACCESS      read-write
  432.                 STATUS          current
  433.                 DESCRIPTION
  434.                         "Advertise sector number for an AP."
  435.                 
  436.         ::= {whispApsConfig 16}
  437.         
  438.         maxRange        OBJECT-TYPE
  439.             SYNTAX          INTEGER
  440.             UNITS        "miles"
  441.                 MAX-ACCESS      read-write
  442.                 STATUS          current
  443.                 DESCRIPTION
  444.                         "Access point max range."
  445.                 
  446.         ::= {whispApsConfig 17}
  447.         
  448.         airLinkSecurity        OBJECT-TYPE
  449.             SYNTAX          INTEGER{
  450.                     standard(0),
  451.                     desEnhanced(1),
  452.                     desEnhancedAndAuthentication(2),
  453.                     authenticationIfAvailable(3)
  454.                     }
  455.                 MAX-ACCESS      read-write
  456.                 STATUS          obsolete
  457.                 DESCRIPTION
  458.                         "Air Link Security.
  459.                         desEnhancedAndAuthentication(2) and authenticationIfAvailable(3)
  460.                         are only for APAS."
  461.                 
  462.         ::= {whispApsConfig 18}
  463.        
  464.         berMode            OBJECT-TYPE
  465.             SYNTAX          INTEGER{
  466.                     berStream(0),
  467.                     noBerStream(1)
  468.                     }
  469.                 MAX-ACCESS      read-write
  470.                 STATUS          current
  471.                 DESCRIPTION
  472.                         "AP backgroup BER mode."
  473.                 
  474.         ::= {whispApsConfig 19}
  475.         
  476.         asIP1            OBJECT-TYPE
  477.             SYNTAX          IpAddress
  478.                 MAX-ACCESS      read-write
  479.                 STATUS          current
  480.                 DESCRIPTION
  481.                         "Authentication Sever 1 IP."
  482.                 
  483.         ::= {whispApsConfig 20}
  484.         
  485.         asIP2            OBJECT-TYPE
  486.             SYNTAX          IpAddress
  487.                 MAX-ACCESS      read-write
  488.                 STATUS          current
  489.                 DESCRIPTION
  490.                         "Authentication Sever 2 IP."
  491.                 
  492.         ::= {whispApsConfig 21}
  493.         
  494.         asIP3            OBJECT-TYPE
  495.             SYNTAX          IpAddress
  496.                 MAX-ACCESS      read-write
  497.                 STATUS          current
  498.                 DESCRIPTION
  499.                         "Authentication Sever 3 IP."
  500.                 
  501.         ::= {whispApsConfig 22}
  502.         
  503.         lanIp            OBJECT-TYPE
  504.             SYNTAX          IpAddress
  505.                 MAX-ACCESS      read-write
  506.                 STATUS          current
  507.                 DESCRIPTION
  508.                         "LAN IP."
  509.                 
  510.         ::= {whispApsConfig 23}
  511.         
  512.         lanMask            OBJECT-TYPE
  513.             SYNTAX          IpAddress
  514.                 MAX-ACCESS      read-write
  515.                 STATUS          current
  516.                 DESCRIPTION
  517.                         "LAN subnet mask."
  518.                 
  519.         ::= {whispApsConfig 24}
  520.         
  521.         defaultGw        OBJECT-TYPE
  522.             SYNTAX          IpAddress
  523.                 MAX-ACCESS      read-write
  524.                 STATUS          current
  525.                 DESCRIPTION
  526.                         "Default gateway"
  527.                 
  528.         ::= {whispApsConfig 25}
  529.         
  530.         privateIp        OBJECT-TYPE
  531.             SYNTAX          IpAddress
  532.                 MAX-ACCESS      read-write
  533.                 STATUS          current
  534.                 DESCRIPTION
  535.                         "Private IP."
  536.                 
  537.         ::= {whispApsConfig 26}
  538.         
  539.         gpsTrap            OBJECT-TYPE
  540.             SYNTAX          INTEGER{
  541.                     gpsTrapDisabled(0),
  542.                     gpsTrapEnabled(1)
  543.                     }
  544.                 MAX-ACCESS      read-write
  545.                 STATUS          current
  546.                 DESCRIPTION
  547.                         "Variable to enable/disable GPS sync/out-sync traps."
  548.                 
  549.         ::= {whispApsConfig 27}
  550.         
  551.         regTrap            OBJECT-TYPE
  552.             SYNTAX          INTEGER{
  553.                     regTrapDisabled(0),
  554.                     regTrapEnabled(1)
  555.                     }
  556.                 MAX-ACCESS      read-write
  557.                 STATUS          current
  558.                 DESCRIPTION
  559.                         "Variable to enable/disable registration complete/lost traps."
  560.                 
  561.         ::= {whispApsConfig 28}
  562.         
  563.         txSpreading        OBJECT-TYPE
  564.             SYNTAX          INTEGER{
  565.                     txSpreadingDisabled(0),
  566.                     txSpreadingEnabled(1)
  567.                     }
  568.                 MAX-ACCESS      read-write
  569.                 STATUS          current
  570.                 DESCRIPTION
  571.                         "Variable to enable/disable Transmit Frame Spreading."
  572.         ::= {whispApsConfig 29}
  573.         
  574.         apBeaconInfo        OBJECT-TYPE
  575.             SYNTAX          INTEGER{
  576.                     enableApBeaconInfo(0),
  577.                     disableApBeaconInfo(1)
  578.                     }
  579.                 MAX-ACCESS      read-write
  580.                 STATUS          current
  581.                 DESCRIPTION
  582.                         "Variable to enable/disable displaying AP beacon info through AP eval."
  583.         ::= {whispApsConfig 30}
  584.         
  585.         authMode        OBJECT-TYPE
  586.             SYNTAX          INTEGER{
  587.                     authenticationDisabled(0),
  588.                     authenticationRequired(1)
  589.                     }
  590.                 MAX-ACCESS      read-write
  591.                 STATUS          current
  592.                 DESCRIPTION
  593.                         "Variable to enable/disable authentication. The authentication optional mode
  594.                         is for APs only. This variable can only be set when authentication feature
  595.                         is enabled."
  596.         ::= {whispApsConfig 31}
  597.         
  598.         authKey            OBJECT-TYPE
  599.             SYNTAX          DisplayString
  600.                 MAX-ACCESS      read-write
  601.                 STATUS          current
  602.                 DESCRIPTION
  603.                         "Authentication key. It should be 32 character long. 
  604.                         For Backhaul timing master only."
  605.         ::= {whispApsConfig 32}
  606.         
  607.         encryptionMode        OBJECT-TYPE
  608.             SYNTAX          INTEGER{
  609.                     encryptionDisabled(0),
  610.                     encryptionEnabled(1)
  611.                     }
  612.                 MAX-ACCESS      read-write
  613.                 STATUS          current
  614.                 DESCRIPTION
  615.                         "Variable to enable/disable encryption."
  616.         ::= {whispApsConfig 33}
  617.         
  618.         ntpServerIp        OBJECT-TYPE
  619.             SYNTAX          IpAddress
  620.                 MAX-ACCESS      read-write
  621.                 STATUS          current
  622.                 DESCRIPTION
  623.                         "IP address for NTP server."
  624.                 
  625.         ::= {whispApsConfig 34}
  626.         
  627.          broadcastRetryCount    OBJECT-TYPE
  628.             SYNTAX          INTEGER
  629.             MAX-ACCESS      read-write
  630.                 STATUS          current
  631.                 DESCRIPTION
  632.                         "Broadcast Repeat Count : Range 0 -- 2. For APs."
  633.                 
  634.         ::= {whispApsConfig 35}
  635.         
  636.          encryptDwBroadcast    OBJECT-TYPE
  637.             SYNTAX          INTEGER{
  638.                     disable(0),
  639.                     enable(1)
  640.                     }
  641.             MAX-ACCESS      read-write
  642.                 STATUS          current
  643.                 DESCRIPTION
  644.                         "To enable or disable Encrypted Downlink Broadcast. For APs."
  645.         ::= {whispApsConfig 36}
  646.         
  647.         updateAppAddress    OBJECT-TYPE
  648.             SYNTAX          IpAddress
  649.                 MAX-ACCESS      read-write
  650.                 STATUS          current
  651.                 DESCRIPTION
  652.                         "Update Application Address."
  653.                 
  654.         ::= {whispApsConfig 37}
  655.         
  656.          dfsConfig        OBJECT-TYPE
  657.             SYNTAX          INTEGER{
  658.                     disable(0),
  659.                     enable(1)
  660.                     }
  661.             MAX-ACCESS      read-write
  662.                 STATUS          current
  663.                 DESCRIPTION
  664.                         "To enable or disable Dynamic Frequency Shifting. For 5.7 GHz radios."
  665.         ::= {whispApsConfig 38}
  666.         
  667.         vlanEnable        OBJECT-TYPE
  668.             SYNTAX          INTEGER{
  669.                     disable(0),
  670.                     enable(1)
  671.                     }
  672.             MAX-ACCESS      read-write
  673.                 STATUS          current
  674.                 DESCRIPTION
  675.                         "To enable or disable VLAN."
  676.         ::= {whispApsConfig 39}
  677.         
  678.         configSource        OBJECT-TYPE
  679.             SYNTAX          INTEGER{
  680.                     bam(0),
  681.                     sm(1),
  682.                     bamsm(2)
  683.                     }
  684.             MAX-ACCESS      read-write
  685.                 STATUS          current
  686.                 DESCRIPTION
  687.                         "To configure CIR, MIR and VLAN through SM or BAM."
  688.         ::= {whispApsConfig 40}
  689.         
  690.         apTwoXRate        OBJECT-TYPE
  691.             SYNTAX          INTEGER{disabled(0),
  692.                         enabled(1)}
  693.             MAX-ACCESS      read-write
  694.                 STATUS          current
  695.                 DESCRIPTION
  696.                         "To enable or disable double rate."
  697.         ::= {whispApsConfig 41}
  698.  
  699.          numCtlSlotsHW        OBJECT-TYPE
  700.             SYNTAX          INTEGER
  701.                 MAX-ACCESS      read-write
  702.                 STATUS          current
  703.                 DESCRIPTION
  704.                         "Total number of control slots for HW Scheduling mode."
  705.                 
  706.         ::= {whispApsConfig 42}
  707.  
  708.         
  709.         whispApsConfigGroup    OBJECT-GROUP
  710.                 OBJECTS {
  711.                         gpsInput,
  712.                         rfFreqCarrier,
  713.                         dwnLnkData,
  714.                         highPriorityUpLnkPct,
  715.                         numUAckSlots,
  716.                         uAcksReservHigh,
  717.                         numDAckSlots,
  718.                         dAcksReservHigh,
  719.                         numCtlSlots,
  720.                         numCtlSlotsReserveHigh,
  721.                         upLnkDataRate,
  722.                         upLnkLimit,
  723.                         dwnLnkDataRate,
  724.                         dwnLnkLimit,
  725.                         sectorID,
  726.                         maxRange,
  727.                         berMode,
  728.                         asIP1,
  729.                         asIP2,
  730.                         asIP3,
  731.                         lanIp,
  732.                         lanMask,
  733.                         defaultGw,
  734.                         privateIp,
  735.                         gpsTrap,
  736.                         regTrap,
  737.                         txSpreading,
  738.                         apBeaconInfo,
  739.                         authMode,
  740.                         authKey,
  741.                         encryptionMode,
  742.                         ntpServerIp,
  743.                         broadcastRetryCount,
  744.                         encryptDwBroadcast,
  745.                         updateAppAddress,
  746.                         dfsConfig,
  747.                         vlanEnable,
  748.                         configSource,
  749.                         apTwoXRate,
  750.                         numCtlSlotsHW
  751.                         }
  752.                 STATUS          current
  753.                 DESCRIPTION
  754.                         "WHiSP APs configuration group."
  755.         ::= {whispApsGroups 2}
  756.         
  757. -- Link table        
  758.         
  759.     whispLinkTable        OBJECT-TYPE
  760.             SYNTAX          SEQUENCE OF WhispLinkEntry 
  761.                 MAX-ACCESS      not-accessible
  762.                 STATUS          current
  763.                 DESCRIPTION
  764.                         "List of link test results"
  765.         ::= {whispAps 4}
  766.         
  767.         
  768.         whispLinkEntry OBJECT-TYPE
  769.             SYNTAX          WhispLinkEntry 
  770.                 MAX-ACCESS      not-accessible
  771.                 STATUS          current
  772.                 DESCRIPTION
  773.                         "List of link test results"
  774.                         
  775.                 INDEX        {linkLUID}
  776.         ::= {whispLinkTable 1}
  777.         
  778.         WhispLinkEntry ::= SEQUENCE{
  779.             linkLUID        INTEGER,
  780.             linkDescr        DisplayString,
  781.             linkPhysAddress        PhysAddress,
  782.             linkMtu            INTEGER,
  783.             linkSpeed        Gauge32,
  784.             linkOperStatus        INTEGER,
  785.             linkInOctets        Counter32,
  786.             linkInUcastPkts        Counter32,
  787.             linkInNUcastPkts    Counter32,
  788.             linkInDiscards        Counter32,
  789.             linkInError        Counter32,
  790.             linkInUnknownProtos    Counter32,
  791.             linkOutOctets        Counter32,
  792.             linkOutUcastPkts    Counter32,
  793.             linkOutNUcastPkts    Counter32,
  794.             linkOutDiscards        Counter32,
  795.             linkOutError        Counter32,
  796.             linkOutQLen        Gauge32,
  797.             linkSessState        INTEGER,
  798.             linkESN            PhysAddress,
  799.             linkRSSI        INTEGER,
  800.             linkAveJitter        INTEGER,
  801.             linkLastJitter        INTEGER,
  802.             linkAirDelay        INTEGER,
  803.             linkRegCount        INTEGER,
  804.             linkReRegCount        INTEGER,
  805.             linkTimeOut        INTEGER,
  806.             linkLastRSSI        INTEGER,
  807.             sessionCount        INTEGER,
  808.             softwareVersion        DisplayString,
  809.             softwareBootVersion    DisplayString,
  810.             fpgaVersion        DisplayString,
  811.             linkSiteName        DisplayString,
  812.             avgPowerLevel        DisplayString,
  813.             lastPowerLevel        DisplayString,
  814.             adaptRate        DisplayString,
  815.             sesDownLinkRate        INTEGER,    
  816.             sesDownLinkLimit    INTEGER,
  817.             sesUpLinkRate        INTEGER,
  818.             sesUpLinkLimit        INTEGER,
  819.             adaptRate        DisplayString,
  820.             sesLoUpCIR        INTEGER,
  821.             sesLoDownCIR        INTEGER,
  822.             sesHiUpCIR        INTEGER,
  823.             sesHiDownCIR        INTEGER
  824.             }
  825.  
  826.     linkLUID OBJECT-TYPE
  827.             SYNTAX          INTEGER (1..2147483647)
  828.                 MAX-ACCESS      read-only
  829.                 STATUS          current
  830.                 DESCRIPTION
  831.                         "LUID number."
  832.                 
  833.         ::= {whispLinkEntry 1}
  834.  
  835.     linkDescr OBJECT-TYPE
  836.             SYNTAX          DisplayString 
  837.                 MAX-ACCESS      read-only
  838.                 STATUS          current
  839.                 DESCRIPTION
  840.                         "A textual string containing information about the
  841.                     unit.  This string should include the name of
  842.                     the manufacturer, the product name and the version
  843.                     of the hardware interface."
  844.                 
  845.         ::= {whispLinkEntry 2}
  846.         
  847.         linkPhysAddress        OBJECT-TYPE
  848.             SYNTAX          PhysAddress
  849.                 MAX-ACCESS      read-only
  850.                 STATUS          current
  851.                 DESCRIPTION
  852.                         "Physical Address of the unit."
  853.                 
  854.         ::= {whispLinkEntry 3}
  855.         
  856.         linkMtu         OBJECT-TYPE
  857.             SYNTAX          INTEGER 
  858.                 MAX-ACCESS      read-only
  859.                 STATUS          current
  860.                 DESCRIPTION
  861.                         "The size of the largest datagram which can be
  862.                     sent/received on the interface, specified in
  863.                     octets.  For interfaces that are used for
  864.                     transmitting network datagrams, this is the size
  865.                     of the largest network datagram that can be sent
  866.                     on the interface."
  867.                 
  868.         ::= {whispLinkEntry 4}
  869.         
  870.         linkSpeed        OBJECT-TYPE
  871.             SYNTAX          Gauge32
  872.                 MAX-ACCESS      read-only
  873.                 STATUS          current
  874.                 DESCRIPTION
  875.                         "An estimate of the interface's current bandwidth
  876.                     in bits per second.  For interfaces which do not
  877.                     vary in bandwidth or for those where no accurate
  878.                     estimation can be made, this object should contain
  879.                     the nominal bandwidth."
  880.                 
  881.         ::= {whispLinkEntry 5}
  882.         
  883.         linkOperStatus        OBJECT-TYPE
  884.             SYNTAX          INTEGER {
  885.                         up(1),       -- ready to pass packets
  886.                         down(2),
  887.                         testing(3)   -- in some test mode
  888.                         }
  889.                 MAX-ACCESS      read-only
  890.                 STATUS          obsolete
  891.                 DESCRIPTION
  892.                         "This variable is not used."
  893.                 
  894.         ::= {whispLinkEntry 6}
  895.         
  896.         linkInOctets        OBJECT-TYPE
  897.             SYNTAX          Counter32 
  898.                 MAX-ACCESS      read-only
  899.                 STATUS          current
  900.                 DESCRIPTION
  901.                         "The total number of octets received on the
  902.                     interface, including framing characters."
  903.                 
  904.         ::= {whispLinkEntry 7}
  905.         
  906.         linkInUcastPkts    OBJECT-TYPE
  907.             SYNTAX          Counter32 
  908.                 MAX-ACCESS      read-only
  909.                 STATUS          current
  910.                 DESCRIPTION
  911.                         "The number of subnetwork-unicast packets
  912.                     delivered to a higher-layer protocol."
  913.                 
  914.         ::= {whispLinkEntry 8}
  915.         
  916.         linkInNUcastPkts    OBJECT-TYPE
  917.             SYNTAX          Counter32 
  918.                 MAX-ACCESS      read-only
  919.                 STATUS          current
  920.                 DESCRIPTION
  921.                         "The number of non-unicast (i.e., subnetwork-
  922.                     broadcast or subnetwork-multicast) packets
  923.                     delivered to a higher-layer protocol."
  924.                 
  925.         ::= {whispLinkEntry 9}
  926.         
  927.         linkInDiscards         OBJECT-TYPE
  928.             SYNTAX          Counter32
  929.                 MAX-ACCESS      read-only
  930.                 STATUS          current
  931.                 DESCRIPTION
  932.                         "The number of inbound packets which were chosen
  933.                     to be discarded even though no errors had been
  934.                     detected to prevent their being deliverable to a
  935.                     higher-layer protocol.  One possible reason for
  936.                     discarding such a packet could be to free up
  937.                     buffer space."
  938.                 
  939.         ::= {whispLinkEntry 10}
  940.         
  941.         linkInError        OBJECT-TYPE
  942.             SYNTAX          Counter32 
  943.                 MAX-ACCESS      read-only
  944.                 STATUS          current
  945.                 DESCRIPTION
  946.                         "The number of inbound packets that contained
  947.                     errors preventing them from being deliverable to a
  948.                     higher-layer protocol."
  949.                 
  950.         ::= {whispLinkEntry 11}
  951.         
  952.         linkInUnknownProtos    OBJECT-TYPE
  953.             SYNTAX          Counter32
  954.                 MAX-ACCESS      read-only
  955.                 STATUS          current
  956.                 DESCRIPTION
  957.                         "The number of packets received via the interface
  958.                     which were discarded because of an unknown or
  959.                     unsupported protocol."
  960.                 
  961.         ::= {whispLinkEntry 12}
  962.         
  963.         linkOutOctets        OBJECT-TYPE
  964.             SYNTAX          Counter32
  965.                 MAX-ACCESS      read-only
  966.                 STATUS          current
  967.                 DESCRIPTION
  968.                         "The total number of octets transmitted out of the
  969.                     interface, including framing characters."
  970.         ::= {whispLinkEntry 13}
  971.         
  972.         linkOutUcastPkts    OBJECT-TYPE
  973.             SYNTAX          Counter32
  974.                 MAX-ACCESS      read-only
  975.                 STATUS          current
  976.                 DESCRIPTION
  977.                         "The total number of packets that higher-level
  978.                     protocols requested be transmitted to a
  979.                     subnetwork-unicast address, including those that
  980.                     were discarded or not sent."
  981.                 
  982.         ::= {whispLinkEntry 14}
  983.         
  984.         linkOutNUcastPkts    OBJECT-TYPE
  985.             SYNTAX          Counter32 
  986.                 MAX-ACCESS      read-only
  987.                 STATUS          current
  988.                 DESCRIPTION
  989.                         "The total number of packets that higher-level
  990.                     protocols requested be transmitted to a non-
  991.                     unicast (i.e., a subnetwork-broadcast or
  992.                     subnetwork-multicast) address, including those
  993.                     that were discarded or not sent."
  994.                 
  995.         ::= {whispLinkEntry 15}
  996.         
  997.         linkOutDiscards        OBJECT-TYPE
  998.             SYNTAX          Counter32 
  999.                 MAX-ACCESS      read-only
  1000.                 STATUS          current
  1001.                 DESCRIPTION
  1002.                         "The number of outbound packets which were chosen
  1003.             to be discarded even though no errors had been
  1004.                     detected to prevent their being transmitted.  One
  1005.                     possible reason for discarding such a packet could
  1006.                     be to free up buffer space."
  1007.                 
  1008.         ::= {whispLinkEntry 16}
  1009.         
  1010.         linkOutError        OBJECT-TYPE
  1011.             SYNTAX          Counter32 
  1012.                 MAX-ACCESS      read-only
  1013.                 STATUS          current
  1014.                 DESCRIPTION
  1015.                         "The number of outbound packets that could not be
  1016.                     transmitted because of errors."
  1017.                 
  1018.         ::= {whispLinkEntry 17}
  1019.         
  1020.         linkOutQLen         OBJECT-TYPE
  1021.             SYNTAX          Gauge32 
  1022.                 MAX-ACCESS      read-only
  1023.                 STATUS          current
  1024.                 DESCRIPTION
  1025.                         "Number of packets in output packet queue."
  1026.                 
  1027.         ::= {whispLinkEntry 18}
  1028.         
  1029.         linkSessState         OBJECT-TYPE
  1030.             SYNTAX          INTEGER{
  1031.                     idle(0),
  1032.                     inSession(1),
  1033.                     clearing(2),
  1034.                     reRegDnRst(3),
  1035.                     authChal(4),
  1036.                     registering(5),
  1037.                     notInUse(6)
  1038.                     } 
  1039.                 MAX-ACCESS      read-only
  1040.                 STATUS          current
  1041.                 DESCRIPTION
  1042.                         "Current operational state of an interface.
  1043.                          0 = Idle
  1044.                          1 = In Session
  1045.                          2 = Clearing
  1046.                          3 = Re-registration downlink reset
  1047.                          4 = Authentication Challenge
  1048.                          5 = Registering
  1049.                          6 = Not in use"
  1050.                 
  1051.         ::= {whispLinkEntry 19}
  1052.         
  1053.         linkESN            OBJECT-TYPE
  1054.             SYNTAX          PhysAddress 
  1055.                 MAX-ACCESS      read-only
  1056.                 STATUS          current
  1057.                 DESCRIPTION
  1058.                         "Link Electronic serial numbe. It is MAC address."
  1059.                 
  1060.         ::= {whispLinkEntry 20}
  1061.         
  1062.         linkRSSI        OBJECT-TYPE
  1063.             SYNTAX          INTEGER 
  1064.                 MAX-ACCESS      read-only
  1065.                 STATUS          current
  1066.                 DESCRIPTION
  1067.                         "The average RSSI reading of all packets received from an SM."
  1068.                 
  1069.         ::= {whispLinkEntry 21}
  1070.         
  1071.         linkAveJitter        OBJECT-TYPE
  1072.             SYNTAX          INTEGER 
  1073.                 MAX-ACCESS      read-only
  1074.                 STATUS          current
  1075.                 DESCRIPTION
  1076.                         "The average Jitter reading of all packets received from an SM."
  1077.                 
  1078.         ::= {whispLinkEntry 22}
  1079.         
  1080.         linkLastJitter        OBJECT-TYPE
  1081.             SYNTAX          INTEGER 
  1082.                 MAX-ACCESS      read-only
  1083.                 STATUS          current
  1084.                 DESCRIPTION
  1085.                         "Last jitter value."
  1086.                 
  1087.         ::= {whispLinkEntry 23}
  1088.         
  1089.         linkAirDelay        OBJECT-TYPE
  1090.             SYNTAX          INTEGER 
  1091.                 MAX-ACCESS      read-only
  1092.                 STATUS          current
  1093.                 DESCRIPTION
  1094.                         "The current air delay measured between the AP and SM."
  1095.                 
  1096.         ::= {whispLinkEntry 24}
  1097.         
  1098.         linkRegCount        OBJECT-TYPE
  1099.             SYNTAX          INTEGER 
  1100.                 MAX-ACCESS      read-only
  1101.                 STATUS          current
  1102.                 DESCRIPTION
  1103.                         "The number of times an SM has registered to an AP."
  1104.                 
  1105.         ::= {whispLinkEntry 25}
  1106.         
  1107.         linkReRegCount         OBJECT-TYPE
  1108.             SYNTAX          INTEGER 
  1109.                 MAX-ACCESS      read-only
  1110.                 STATUS          current
  1111.                 DESCRIPTION
  1112.                         "The number of times an SM has tried to register with the AP while it still has
  1113.                          an active session with the AP."
  1114.                 
  1115.         ::= {whispLinkEntry 26}
  1116.         
  1117.         linkTimeOut         OBJECT-TYPE
  1118.             SYNTAX          INTEGER 
  1119.                 MAX-ACCESS      read-only
  1120.                 STATUS          current
  1121.                 DESCRIPTION
  1122.                         "Link time out."
  1123.                 
  1124.         ::= {whispLinkEntry 27}
  1125.         
  1126.         linkLastRSSI        OBJECT-TYPE
  1127.             SYNTAX          INTEGER 
  1128.                 MAX-ACCESS      read-only
  1129.                 STATUS          current
  1130.                 DESCRIPTION
  1131.                         "The last RSSI reading of all packets received from an SM."
  1132.     ::= {whispLinkEntry 28}    
  1133.         
  1134.          sessionCount         OBJECT-TYPE
  1135.             SYNTAX          INTEGER 
  1136.                 MAX-ACCESS      read-only
  1137.                 STATUS          current
  1138.                 DESCRIPTION
  1139.                          "How many times has this mac been in/out of session."
  1140.                 
  1141.         ::= {whispLinkEntry 29}
  1142.         
  1143.         softwareVersion        OBJECT-TYPE
  1144.             SYNTAX          DisplayString
  1145.                 MAX-ACCESS      read-only
  1146.                 STATUS          current
  1147.                 DESCRIPTION
  1148.                         "The software version of registered SM."
  1149.         ::= {whispLinkEntry 30}
  1150.         
  1151.          softwareBootVersion    OBJECT-TYPE
  1152.             SYNTAX          DisplayString
  1153.                 MAX-ACCESS      read-only
  1154.                 STATUS          current
  1155.                 DESCRIPTION
  1156.                         "The software boot version of registered SM."
  1157.         ::= {whispLinkEntry 31}    
  1158.         
  1159.         fpgaVersion        OBJECT-TYPE
  1160.             SYNTAX          DisplayString
  1161.                 MAX-ACCESS      read-only
  1162.                 STATUS          current
  1163.                 DESCRIPTION
  1164.                         "The FPGA version of registered SM."
  1165.         ::= {whispLinkEntry 32}    
  1166.         
  1167.         linkSiteName        OBJECT-TYPE
  1168.             SYNTAX          DisplayString
  1169.                 MAX-ACCESS      read-only
  1170.                 STATUS          current
  1171.                 DESCRIPTION
  1172.                         "The site name of the registered SM."
  1173.         ::= {whispLinkEntry 33}    
  1174.         
  1175.         avgPowerLevel        OBJECT-TYPE
  1176.             SYNTAX          DisplayString
  1177.                 MAX-ACCESS      read-only
  1178.                 STATUS          current
  1179.                 DESCRIPTION
  1180.                         "The everage power level of registered SM."
  1181.         ::= {whispLinkEntry 34}    
  1182.         
  1183.         lastPowerLevel        OBJECT-TYPE
  1184.             SYNTAX          DisplayString
  1185.                 MAX-ACCESS      read-only
  1186.                 STATUS          current
  1187.                 DESCRIPTION
  1188.                         "The last power level of registered SM."
  1189.         ::= {whispLinkEntry 35}    
  1190.         
  1191.         sesDownLinkRate        OBJECT-TYPE
  1192.             SYNTAX          INTEGER 
  1193.                 MAX-ACCESS      read-only
  1194.                 STATUS          current
  1195.                 DESCRIPTION
  1196.                          "Down link rate."
  1197.                 
  1198.         ::= {whispLinkEntry 36}
  1199.         
  1200.         sesDownLinkLimit        OBJECT-TYPE
  1201.             SYNTAX          INTEGER 
  1202.                 MAX-ACCESS      read-only
  1203.                 STATUS          current
  1204.                 DESCRIPTION
  1205.                          "Down link limit."
  1206.                 
  1207.         ::= {whispLinkEntry 37}
  1208.         
  1209.         sesUpLinkRate        OBJECT-TYPE
  1210.             SYNTAX          INTEGER 
  1211.                 MAX-ACCESS      read-only
  1212.                 STATUS          current
  1213.                 DESCRIPTION
  1214.                          "Uplink rate."
  1215.                 
  1216.         ::= {whispLinkEntry 38}
  1217.         sesUpLinkLimit        OBJECT-TYPE
  1218.             SYNTAX          INTEGER 
  1219.                 MAX-ACCESS      read-only
  1220.                 STATUS          current
  1221.                 DESCRIPTION
  1222.                          "Uplink limit."
  1223.                 
  1224.         ::= {whispLinkEntry 39}
  1225.         
  1226.         adaptRate        OBJECT-TYPE
  1227.             SYNTAX          DisplayString
  1228.                 MAX-ACCESS      read-only
  1229.                 STATUS          current
  1230.                 DESCRIPTION
  1231.                         "Adapt rate of registered SM."
  1232.         ::= {whispLinkEntry 40}    
  1233.          sesLoUpCIR        OBJECT-TYPE
  1234.             SYNTAX          INTEGER 
  1235.                 MAX-ACCESS      read-only
  1236.                 STATUS          current
  1237.                 DESCRIPTION
  1238.                          "Low priority up link CIR."
  1239.                 
  1240.         ::= {whispLinkEntry 41}
  1241.         
  1242.          sesLoDownCIR        OBJECT-TYPE
  1243.             SYNTAX          INTEGER 
  1244.                 MAX-ACCESS      read-only
  1245.                 STATUS          current
  1246.                 DESCRIPTION
  1247.                          "Low priority down link CIR."
  1248.                 
  1249.         ::= {whispLinkEntry 42}
  1250.         
  1251.         sesHiUpCIR        OBJECT-TYPE
  1252.             SYNTAX          INTEGER 
  1253.                 MAX-ACCESS      read-only
  1254.                 STATUS          current
  1255.                 DESCRIPTION
  1256.                          "High priority up link CIR."
  1257.                 
  1258.         ::= {whispLinkEntry 43}
  1259.         
  1260.          sesHiDownCIR        OBJECT-TYPE
  1261.             SYNTAX          INTEGER 
  1262.                 MAX-ACCESS      read-only
  1263.                 STATUS          current
  1264.                 DESCRIPTION
  1265.                          "High priority down link CIR."
  1266.                 
  1267.         ::= {whispLinkEntry 44}
  1268.         
  1269.     whispApsLinkTableGroup    OBJECT-GROUP
  1270.                 OBJECTS {
  1271.                         linkLUID,
  1272.                 linkDescr,
  1273.                 linkPhysAddress,
  1274.                 linkMtu,
  1275.                 linkSpeed,
  1276.                 linkOperStatus, -- this variable is obsolete
  1277.                 linkInOctets,
  1278.                 linkInUcastPkts,
  1279.                 linkInNUcastPkts,
  1280.                 linkInDiscards,
  1281.                 linkInError,
  1282.                 linkInUnknownProtos,
  1283.                 linkOutOctets,
  1284.                 linkOutUcastPkts,
  1285.                 linkOutNUcastPkts,
  1286.                 linkOutDiscards,
  1287.                 linkOutError,
  1288.                 linkOutQLen,
  1289.                 linkSessState,
  1290.                 linkESN,
  1291.                 linkRSSI,
  1292.                 linkAveJitter,
  1293.                 linkLastJitter,
  1294.                 linkAirDelay,
  1295.                 linkRegCount,
  1296.                 linkReRegCount,
  1297.                 linkTimeOut,
  1298.                 linkLastRSSI,
  1299.                 sessionCount,
  1300.                 softwareVersion,
  1301.                 softwareBootVersion,
  1302.                 fpgaVersion,
  1303.                 linkSiteName,
  1304.                 avgPowerLevel,
  1305.                 lastPowerLevel,
  1306.                 sesDownLinkRate,
  1307.                 sesDownLinkLimit,
  1308.                 sesUpLinkRate,
  1309.                 sesUpLinkLimit,
  1310.                 adaptRate,
  1311.                 sesLoUpCIR,
  1312.                 sesLoDownCIR,
  1313.                 sesHiUpCIR,
  1314.                 sesHiDownCIR
  1315.                         }
  1316.                 STATUS          current
  1317.                 DESCRIPTION
  1318.                         "WHiSP APs Link Table group."
  1319.         ::= {whispApsGroups 3}
  1320.  
  1321.     whispGPSStats        OBJECT-TYPE
  1322.                 SYNTAX          INTEGER {
  1323.                                          gpsSynchronized(1),
  1324.                                          gpsLostSync(2),
  1325.                                          generatingSync(3)
  1326.                                         }
  1327.                 MAX-ACCESS      read-only
  1328.                 STATUS          current
  1329.                 DESCRIPTION
  1330.                         "This shows whether the AP is synchrinized
  1331.                         to the GPS timer."
  1332.         ::= {whispApsGPS 1}
  1333.  
  1334. -- GPS Events    
  1335.       
  1336.       
  1337.       whispGPSInSync         NOTIFICATION-TYPE
  1338.                 OBJECTS         {whispGPSStats}
  1339.                 STATUS          current
  1340.                 DESCRIPTION
  1341.                         "Signals a transition from not-synchronized to synchronized."
  1342.         ::= {whispGPSEvent 1}
  1343.       
  1344.       whispGPSOutSync         NOTIFICATION-TYPE
  1345.                 OBJECTS         {gpsStatus}
  1346.                 STATUS          current
  1347.                 DESCRIPTION
  1348.                         "Signals a transition from synchronized to not-synchronized."
  1349.         ::= {whispGPSEvent 2}
  1350.         
  1351.         whispRegStatus        OBJECT-TYPE
  1352.                 SYNTAX          DisplayString
  1353.                 MAX-ACCESS      read-only
  1354.                 STATUS          obsolete
  1355.                 DESCRIPTION
  1356.                         "This shows the registration status of a link."
  1357.         ::= {whispApsLink 4}
  1358.        
  1359. -- Registration Events    
  1360.  
  1361.         whispRegComplete    NOTIFICATION-TYPE
  1362.                 OBJECTS         {linkLUID,linkPhysAddress}
  1363.                 STATUS          current
  1364.                 DESCRIPTION
  1365.                         "Signals registration complete."
  1366.         ::= {whispApsRegEvent 1}
  1367.         
  1368.         whispRegLost        NOTIFICATION-TYPE
  1369.                 OBJECTS         {linkLUID,linkPhysAddress}
  1370.                 STATUS          current
  1371.                 DESCRIPTION
  1372.                         "Signals registration lost."
  1373.         ::= {whispApsRegEvent 2}
  1374.         
  1375. -- DFS events
  1376.         
  1377.         whispRedarDetected    NOTIFICATION-TYPE
  1378.                 OBJECTS     {dfsStatus}
  1379.                 STATUS      current
  1380.                 DESCRIPTION
  1381.                         "Radar detected transmit stopped."
  1382.         ::= {whispApsDfsEvent 1}
  1383.         
  1384.         whispRedarEnd       NOTIFICATION-TYPE
  1385.                 OBJECTS     {dfsStatus}
  1386.                 STATUS      current
  1387.                 DESCRIPTION
  1388.                         "Radar ended back to normal transmit."
  1389.         ::= {whispApsDfsEvent 2}
  1390.         
  1391.     whispApsNotifGroup  OBJECT-GROUP
  1392.                 OBJECTS {
  1393.                          whispGPSInSync,
  1394.                          whispGPSOutSync,
  1395.                          whispRegComplete,
  1396.                          whispRegLost,
  1397.                          whispRedarDetected,
  1398.                   whispRedarEnd                
  1399.                          }
  1400.                 STATUS          current
  1401.                 DESCRIPTION
  1402.                         "WHiSP APs notification group."
  1403.         ::= {whispApsGroups 4}
  1404.  
  1405. -- Access Point status page
  1406.     regCount        OBJECT-TYPE
  1407.                 SYNTAX          INTEGER                 
  1408.                 MAX-ACCESS      read-only
  1409.                 STATUS          current
  1410.                 DESCRIPTION
  1411.                         "Number of registered SMs."
  1412.          ::= {whispApsStatus 1}
  1413.  
  1414.     gpsStatus        OBJECT-TYPE
  1415.                 SYNTAX          DisplayString                 
  1416.                 MAX-ACCESS      read-only
  1417.                 STATUS          current
  1418.                 DESCRIPTION
  1419.                         "GPS status."
  1420.          ::= {whispApsStatus 2}
  1421.          
  1422.          radioSlicing        OBJECT-TYPE
  1423.                 SYNTAX          INTEGER                 
  1424.                 MAX-ACCESS      read-only
  1425.                 STATUS          current
  1426.                 DESCRIPTION
  1427.                        " Radio slicing value (decimal)."
  1428.          ::= {whispApsStatus 3}
  1429.          
  1430.          radioTxGain        OBJECT-TYPE
  1431.                 SYNTAX          INTEGER                 
  1432.                 MAX-ACCESS      read-only
  1433.                 STATUS          current
  1434.                 DESCRIPTION
  1435.                         "Radio transmit gain setting."
  1436.          ::= {whispApsStatus 4}
  1437.          
  1438.          dataSlotDwn        OBJECT-TYPE
  1439.                 SYNTAX          INTEGER                 
  1440.                 MAX-ACCESS      read-only
  1441.                 STATUS          current
  1442.                 DESCRIPTION
  1443.                         "Number of data slot down."
  1444.          ::= {whispApsStatus 5}
  1445.          
  1446.          dataSlotUp        OBJECT-TYPE
  1447.                 SYNTAX          INTEGER                 
  1448.                 MAX-ACCESS      read-only
  1449.                 STATUS          current
  1450.                 DESCRIPTION
  1451.                         "Number of data slot up."
  1452.          ::= {whispApsStatus 6}
  1453.          
  1454.          dataSlotUpHi        OBJECT-TYPE
  1455.                 SYNTAX          INTEGER                 
  1456.                 MAX-ACCESS      read-only
  1457.                 STATUS          current
  1458.                 DESCRIPTION
  1459.                         "Number of high priority data slot up."
  1460.          ::= {whispApsStatus 7}
  1461.          
  1462.          upLnkAckSlot        OBJECT-TYPE
  1463.                 SYNTAX          INTEGER                 
  1464.                 MAX-ACCESS      read-only
  1465.                 STATUS          current
  1466.                 DESCRIPTION
  1467.                         "Uplink ack slots."
  1468.          ::= {whispApsStatus 8}
  1469.          
  1470.          upLnkAckSlotHi        OBJECT-TYPE
  1471.                 SYNTAX          INTEGER                 
  1472.                 MAX-ACCESS      read-only
  1473.                 STATUS          current
  1474.                 DESCRIPTION
  1475.                         "Hige priority uplink ack slots."
  1476.          ::= {whispApsStatus 9}
  1477.          
  1478.          dwnLnkAckSlot        OBJECT-TYPE
  1479.                 SYNTAX          INTEGER                 
  1480.                 MAX-ACCESS      read-only
  1481.                 STATUS          current
  1482.                 DESCRIPTION
  1483.                         "Downlink ack slots."
  1484.          ::= {whispApsStatus 10}
  1485.          
  1486.          dwnLnkAckSlotHi    OBJECT-TYPE
  1487.                 SYNTAX          INTEGER                 
  1488.                 MAX-ACCESS      read-only
  1489.                 STATUS          current
  1490.                 DESCRIPTION
  1491.                         "Hige priority downlink ack slots."
  1492.          ::= {whispApsStatus 11}
  1493.          
  1494.          numCtrSlot        OBJECT-TYPE
  1495.                 SYNTAX          INTEGER                 
  1496.                 MAX-ACCESS      read-only
  1497.                 STATUS          current
  1498.                 DESCRIPTION
  1499.                         "Number of control slot."
  1500.          ::= {whispApsStatus 12}
  1501.          
  1502.          numCtrSlotHi        OBJECT-TYPE
  1503.                 SYNTAX          INTEGER                 
  1504.                 MAX-ACCESS      read-only
  1505.                 STATUS          current
  1506.                 DESCRIPTION
  1507.                         "High priority control slot."
  1508.          ::= {whispApsStatus 13}
  1509.      
  1510.      dfsStatus        OBJECT-TYPE
  1511.                 SYNTAX          DisplayString                 
  1512.                 MAX-ACCESS      read-only
  1513.                 STATUS          current
  1514.                 DESCRIPTION
  1515.                         "Dynamic frequency shifting status. For 5.7 GHz radios only."
  1516.          ::= {whispApsStatus 14}
  1517. END
  1518.